projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9a84bfd
)
Fix typo in previous
author
Glenn Morris
<rgm@gnu.org>
Tue, 11 Feb 2014 18:05:01 +0000
(13:05 -0500)
committer
Glenn Morris
<rgm@gnu.org>
Tue, 11 Feb 2014 18:05:01 +0000
(13:05 -0500)
src/nsfns.m
patch
|
blob
|
history
diff --git
a/src/nsfns.m
b/src/nsfns.m
index 8a3a8c9307a52d87b73204ef9d371b5d1d009415..58746aed9faeedf3d99d1941e69097d0e2b245a5 100644
(file)
--- a/
src/nsfns.m
+++ b/
src/nsfns.m
@@
-183,7
+183,7
@@
ns_display_info_for_name (Lisp_Object name)
if (!NILP (Fstring_equal (XCAR (dpyinfo->name_list_element), name)))
return dpyinfo;
- error ("Emacs for Nextstep does not yet support multi-display
.
");
+ error ("Emacs for Nextstep does not yet support multi-display");
Fx_open_connection (name, Qnil, Qnil);
dpyinfo = x_display_list;